home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / tin-1.22 / README.NNTP < prev    next >
Text File  |  1995-07-13  |  1KB  |  37 lines

  1. This patch enables the TIN newsreader index files to be fetched from a
  2. NNTP server. The patch adds the following to the NNTP 1.5.11 server:
  3.  
  4.   o  XINDEX command to retrieve tin style style group index files from 
  5.      the server.
  6.      Syntax:  XINDEX alt.sources
  7.  
  8.   o  XOVERVIEW command to retrieve .overview style (a la Cnews) group 
  9.      index files from the server. Note: Tin will eventually be modified 
  10.      to use this format.
  11.      Syntax:  XOVERVIEW alt.sources
  12.  
  13.   o  XMOTD command to display a news message of the day file from server.
  14.      Syntax:  XMOTD 921231 235959
  15.  
  16.   o  XUSER command to log tin clients username to nntp logfile.
  17.      Syntax:  XUSER Iain Lea
  18.  
  19.   o  LIST SUBSCRIPTIONS command to retrieve list of newsgroups
  20.      that first time user will be automatically subscribed to.
  21.      Our users are auto subscribed to 120 groups from the 450
  22.      that we take. Groups are written 1 group per line in the
  23.      file /usr/lib/news/subscriptions.
  24.      Syntax: LIST SUBSCRIPTIONS
  25.  
  26.   o  HELP command changed to list all the extensions.
  27.  
  28.   o  Added comments /* */ around '#endif /* text */' to stop some
  29.      compilers producing warnings about text after '#endif text'.
  30.  
  31. For compile & install instructions read the file INSTALL.NNTP
  32.  
  33. Enjoy 
  34.  
  35.   Iain
  36.  
  37.